google.golang.org/grpc.clientStream.attempt (field)

14 uses

	google.golang.org/grpc (current package)
		stream.go#L394: 		cs.attempt = a
		stream.go#L618: 	attempt *csAttempt
		stream.go#L810: 	if cs.attempt.transportStream != nil {
		stream.go#L811: 		return cs.attempt.transportStream.Context()
		stream.go#L825: 			return toRPCErr(op(cs.attempt))
		stream.go#L833: 			if cs.attempt, err = cs.newAttemptLocked(false /* isTransparent */); err != nil {
		stream.go#L839: 		a := cs.attempt
		stream.go#L843: 		if a != cs.attempt {
		stream.go#L910: 	if cs.attempt.transportStream == nil {
		stream.go#L913: 	return cs.attempt.transportStream.Trailer()
		stream.go#L1081: 	if cs.attempt != nil {
		stream.go#L1082: 		cs.attempt.finish(err)
		stream.go#L1084: 		if cs.attempt.transportStream != nil {
		stream.go#L1086: 				o.after(cs.callInfo, cs.attempt)